SessionHandler
└─Memcache
public class Memcache
extends SessionHandler
Constructor Summary | |
---|---|
void | __construct(mixed config) |
Method Summary | |
---|---|
void | open(string savePath, mixed sessName) 打开Session |
void | close() 关闭Session |
void | read(string sessID) 读取Session |
void | write(string sessID, String sessData) 写入Session |
void | destroy(string sessID) 删除Session |
void | gc(string sessMaxLifeTime) Session 垃圾回收 |
public void __construct(mixed config)
public void open(string savePath, mixed sessName)
打开Session
public void close()
关闭Session
public void read(string sessID)
读取Session
public void write(string sessID, String sessData)
写入Session
public void destroy(string sessID)
删除Session
public void gc(string sessMaxLifeTime)
Session 垃圾回收